home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / aspell-en.postrm < prev    next >
Text File  |  2006-11-08  |  234b  |  12 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-aspell
  4. case "$1" in abort-install|remove)
  5.  
  6.     if [ -x /usr/sbin/update-dictcommon-aspell ]; then
  7.     /usr/sbin/update-dictcommon-aspell
  8.     fi
  9. esac
  10.  
  11. # End automatically added section
  12.